Eclipse Platform
Pre-release 3.0

Uses of Interface
org.eclipse.ui.IActionDelegate2

Packages that use IActionDelegate2
org.eclipse.debug.internal.ui.actions   
org.eclipse.debug.ui.actions

Provides a set of actions related to running and debugging applications. 

org.eclipse.team.internal.ui.actions   
org.eclipse.team.ui.synchronize.actions Actions and utilities for use with the Eclipse Synchronize View. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
 

Uses of IActionDelegate2 in org.eclipse.debug.internal.ui.actions
 

Classes in org.eclipse.debug.internal.ui.actions that implement IActionDelegate2
 class org.eclipse.debug.internal.ui.actions.ExecutionAction
          This is the super class of the Run & Debug actions which appears in the desktop menu and toolbar.
 

Uses of IActionDelegate2 in org.eclipse.debug.ui.actions
 

Classes in org.eclipse.debug.ui.actions that implement IActionDelegate2
 class DebugAction
          Action to launch the last launch configuration that was successfully launched, in debug mode.
 class RunAction
          Action to launch the last launch configuration that was successfully launched, in run mode.
 

Uses of IActionDelegate2 in org.eclipse.team.internal.ui.actions
 

Classes in org.eclipse.team.internal.ui.actions that implement IActionDelegate2
 class org.eclipse.team.internal.ui.actions.TeamAction
          The abstract superclass of all Team actions.
 

Uses of IActionDelegate2 in org.eclipse.team.ui.synchronize.actions
 

Classes in org.eclipse.team.ui.synchronize.actions that implement IActionDelegate2
 class SubscriberAction
          This is an abstract superclass for actions associated with a TeamSubscriberParticipant.
 

Uses of IActionDelegate2 in org.eclipse.ui.actions
 

Classes in org.eclipse.ui.actions that implement IActionDelegate2
 class ActionDelegate
          Abstract base implementation of IActionDelegate and IActionDelegate2 for a client delegate action.
 


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.